CollectionView for WinForms
CanGroup<T>(ICollectionView<T>,GroupDescription[]) メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス > CanGroup メソッド : CanGroup<T>(ICollectionView<T>,GroupDescription[]) メソッド
The collection view.
The group descriptions that determine how the data will be grouped.
Returns true if the collection view supports sorting.
シンタックス
'宣言
 
Public Overloads Shared Function CanGroup(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal ParamArray groupDescriptions() As GroupDescription _
) As System.Boolean
public static System.bool CanGroup<T>( 
   ICollectionView<T> collectionView,
   params GroupDescription[] groupDescriptions
)
where T: class

パラメータ

collectionView
The collection view.
groupDescriptions
The group descriptions that determine how the data will be grouped.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ
オーバーロード一覧